[INFO] cloning repository https://github.com/max-kay/linewise
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/max-kay/linewise" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmax-kay%2Flinewise", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmax-kay%2Flinewise'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 581a33bcf5ea0b84bb3045e761f0b30cc6f79721
[INFO] checking max-kay/linewise against master#09a371361240e42b0d69438fd1179efcf212e576 for pr-157814-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmax-kay%2Flinewise" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/max-kay/linewise
[INFO] finished tweaking git repo https://github.com/max-kay/linewise
[INFO] tweaked toml for git repo https://github.com/max-kay/linewise written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/max-kay/linewise on toolchain 09a371361240e42b0d69438fd1179efcf212e576
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/max-kay/linewise already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libloading v0.8.7
[INFO] [stderr]   Downloaded wide v0.7.32
[INFO] [stderr]   Downloaded winnow v0.7.10
[INFO] [stderr]   Downloaded convolve2d v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7cf07dcec6eec8f91d8fcff9552b5c74122c05467aaf1800be6da9d6f61e2ab2" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1af4fc49266fbe576e761691b02d2fee043de0f10f88ce4b0e3515b4e78ca6f1
[INFO] running `Command { std: "docker" "start" "1af4fc49266fbe576e761691b02d2fee043de0f10f88ce4b0e3515b4e78ca6f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1af4fc49266fbe576e761691b02d2fee043de0f10f88ce4b0e3515b4e78ca6f1" "/opt/rustwide/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1af4fc49266fbe576e761691b02d2fee043de0f10f88ce4b0e3515b4e78ca6f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1af4fc49266fbe576e761691b02d2fee043de0f10f88ce4b0e3515b4e78ca6f1" "/opt/rustwide/cargo-home/bin/cargo" "+09a371361240e42b0d69438fd1179efcf212e576" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]     Checking bytemuck v1.23.0
[INFO] [stderr]     Checking libloading v0.8.7
[INFO] [stderr]    Compiling cc v1.2.23
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]     Checking weezl v0.1.8
[INFO] [stderr]     Checking jpeg-decoder v0.3.1
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]     Checking aligned-vec v0.5.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking imgref v1.11.0
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking v_frame v0.3.8
[INFO] [stderr]     Checking bitstream-io v2.6.0
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking avif-serialize v0.8.3
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking lebe v0.5.2
[INFO] [stderr]     Checking rgb v0.8.50
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking image-webp v0.2.1
[INFO] [stderr]     Checking rand_xoshiro v0.7.0
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]     Checking yeslogic-fontconfig-sys v6.0.0
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking zune-jpeg v0.4.14
[INFO] [stderr]     Checking exr v1.73.0
[INFO] [stderr]     Checking gif v0.13.1
[INFO] [stderr]     Checking gif v0.12.0
[INFO] [stderr]     Checking wide v0.7.32
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking wayland-sys v0.29.5
[INFO] [stderr]     Checking svg v0.18.0
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking wayland-client v0.29.5
[INFO] [stderr]     Checking av1-grain v0.2.4
[INFO] [stderr]     Checking cpu-time v1.0.0
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]    Compiling freetype-sys v0.20.1
[INFO] [stderr]    Compiling minifb v0.28.0
[INFO] [stderr]    Compiling font-kit v0.14.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking plotters-bitmap v0.3.7
[INFO] [stderr]     Checking wayland-protocols v0.29.5
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking ravif v0.11.12
[INFO] [stderr]     Checking simba v0.9.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]     Checking convolve2d v0.2.0
[INFO] [stderr]     Checking nalgebra v0.33.2
[INFO] [stderr]     Checking random v0.1.0 (/opt/rustwide/workdir/random)
[INFO] [stderr]     Checking common v0.1.0 (/opt/rustwide/workdir/common)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> common/src/quad_tree/iter.rs:143:33
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn query_contains_point(&self, point: Vector) -> QueryIter<T, ContainsPoint> {
[INFO] [stdout]     |                                 ^^^^^                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn query_contains_point(&self, point: Vector) -> QueryIter<'_, T, ContainsPoint> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> common/src/quad_tree/iter.rs:147:29
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn query_intersects(&self, bounds: Rect) -> QueryIter<T, IntersectsRect> {
[INFO] [stdout]     |                             ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn query_intersects(&self, bounds: Rect) -> QueryIter<'_, T, IntersectsRect> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> common/src/storage.rs:173:23
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn get_spline(&self, idx: &SplineRef) -> BorrowedSpline {
[INFO] [stdout]     |                       ^^^^^                      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn get_spline(&self, idx: &SplineRef) -> BorrowedSpline<'_> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> common/src/storage.rs:180:24
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn all_splines(&self) -> impl Iterator<Item = BorrowedSpline> {
[INFO] [stdout]     |                        ^^^^^                          ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn all_splines(&self) -> impl Iterator<Item = BorrowedSpline<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> common/src/quad_tree/iter.rs:143:33
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn query_contains_point(&self, point: Vector) -> QueryIter<T, ContainsPoint> {
[INFO] [stdout]     |                                 ^^^^^                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                 |
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn query_contains_point(&self, point: Vector) -> QueryIter<'_, T, ContainsPoint> {
[INFO] [stdout]     |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> common/src/quad_tree/iter.rs:147:29
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn query_intersects(&self, bounds: Rect) -> QueryIter<T, IntersectsRect> {
[INFO] [stdout]     |                             ^^^^^                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn query_intersects(&self, bounds: Rect) -> QueryIter<'_, T, IntersectsRect> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> common/src/storage.rs:173:23
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn get_spline(&self, idx: &SplineRef) -> BorrowedSpline {
[INFO] [stdout]     |                       ^^^^^                      ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn get_spline(&self, idx: &SplineRef) -> BorrowedSpline<'_> {
[INFO] [stdout]     |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> common/src/storage.rs:180:24
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn all_splines(&self) -> impl Iterator<Item = BorrowedSpline> {
[INFO] [stdout]     |                        ^^^^^                          ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                        |
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn all_splines(&self) -> impl Iterator<Item = BorrowedSpline<'_>> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking monte_carlo v0.1.0 (/opt/rustwide/workdir/monte_carlo)
[INFO] [stderr]     Checking dynamic v0.1.0 (/opt/rustwide/workdir/dynamic)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.27s
[INFO] running `Command { std: "docker" "inspect" "1af4fc49266fbe576e761691b02d2fee043de0f10f88ce4b0e3515b4e78ca6f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1af4fc49266fbe576e761691b02d2fee043de0f10f88ce4b0e3515b4e78ca6f1", kill_on_drop: false }`
[INFO] [stdout] 1af4fc49266fbe576e761691b02d2fee043de0f10f88ce4b0e3515b4e78ca6f1
